kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
[Common]Map
/
containsKey
contains
Key
Common
abstract
fun
containsKey
(
key
:
K
)
:
Boolean
Content copied to clipboard
Returns
true
if the map contains the specified
key
.